home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
Perl
/
lib
/
perl5
/
5.00502
/
m68k-amigaos
/
auto
/
POSIX
/
fwrite.al
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-01-01
|
309 b
|
13 lines
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 477 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/fwrite.al)"
sub fwrite {
unimpl "fwrite() is C-specific--use print instead";
}
# end of POSIX::fwrite
1;